home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / share / masaustu / Umv11trk / UNINSMAN.TR_ / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-10-18  |  3KB  |  142 lines

  1. object AboutBox: TAboutBox
  2.   Left = 181
  3.   Top = 66
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 236
  6.   ClientWidth = 322
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel2: TBevel
  18.     Left = 56
  19.     Top = 56
  20.     Width = 241
  21.     Height = 2
  22.     Shape = bsTopLine
  23.   end
  24.   object Copyright: TLabel
  25.     Left = 56
  26.     Top = 32
  27.     Width = 249
  28.     Height = 16
  29.     AutoSize = False
  30.     Caption = 'Program ve Tasar∩┐╜m  Ahmet Hidayeto∩┐╜lu (c) 1997'
  31.   end
  32.   object ProgramIcon: TImage
  33.     Left = 8
  34.     Top = 12
  35.     Width = 32
  36.     Height = 32
  37.     AutoSize = True
  38.     IsControl = True
  39.   end
  40.   object Label6: TLabel
  41.     Left = 56
  42.     Top = 8
  43.     Width = 174
  44.     Height = 13
  45.     Caption = 'Uninstall Manager v1.1 /  Shareware'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label8: TLabel
  54.     Left = 32
  55.     Top = 88
  56.     Width = 267
  57.     Height = 13
  58.     Caption = 'Bu program Unistall Manager v1.1 in deneme s∩┐╜r∩┐╜m∩┐╜d∩┐╜r.'
  59.   end
  60.   object Label9: TLabel
  61.     Left = 8
  62.     Top = 112
  63.     Width = 304
  64.     Height = 13
  65.     Caption = 
  66.       '15 g∩┐╜nl∩┐╜k deneme s∩┐╜resi i∩┐╜inde kullanabilirsiniz.Bu s∩┐╜re bitimin' +
  67.       'de'
  68.   end
  69.   object Label10: TLabel
  70.     Left = 8
  71.     Top = 136
  72.     Width = 295
  73.     Height = 13
  74.     Caption = 'kullanmaya devam etmek isterseniz  lisansl∩┐╜ ( kutulu ) s∩┐╜r∩┐╜m∩┐╜n∩┐╜'
  75.   end
  76.   object Label1: TLabel
  77.     Left = 8
  78.     Top = 160
  79.     Width = 288
  80.     Height = 13
  81.     Caption = 'bilgisayarc∩┐╜n∩┐╜zdan veya  Nokta Yaz∩┐╜l∩┐╜m '#39'dan temin edebilirsiniz.'
  82.   end
  83.   object Panel1: TPanel
  84.     Left = 8
  85.     Top = 8
  86.     Width = 41
  87.     Height = 169
  88.     BevelOuter = bvNone
  89.     TabOrder = 1
  90.     Visible = False
  91.     object Image1: TImage
  92.       Left = 15
  93.       Top = 1
  94.       Width = 282
  95.       Height = 42
  96.       ParentShowHint = False
  97.       Picture.Data = {<image000.bmp>}
  98.       ShowHint = False
  99.     end
  100.     object Label4: TLabel
  101.       Left = 0
  102.       Top = 56
  103.       Width = 305
  104.       Height = 13
  105.       Caption = 'Tunal∩┐╜ Hilmi Cad. Ku∩┐╜ulu ∩┐╜∩┐╜ Han∩┐╜ A.Blok No: 123/40   -  ANKARA'
  106.     end
  107.     object Label5: TLabel
  108.       Left = 48
  109.       Top = 76
  110.       Width = 218
  111.       Height = 13
  112.       Caption = 'Tel : (0-312) 4277522    Fax : (0-312) 4272803'
  113.     end
  114.     object Label7: TLabel
  115.       Left = 24
  116.       Top = 140
  117.       Width = 68
  118.       Height = 13
  119.       Caption = 'deneme s∩┐╜resi'
  120.       Color = clBtnFace
  121.       Font.Charset = DEFAULT_CHARSET
  122.       Font.Color = clRed
  123.       Font.Height = -11
  124.       Font.Name = 'MS Sans Serif'
  125.       Font.Style = []
  126.       ParentColor = False
  127.       ParentFont = False
  128.     end
  129.   end
  130.   object OKButton: TButton
  131.     Left = 233
  132.     Top = 200
  133.     Width = 75
  134.     Height = 25
  135.     Cancel = True
  136.     Caption = 'OK'
  137.     Default = True
  138.     TabOrder = 0
  139.     OnClick = OKButtonClick
  140.   end
  141. end
  142.